PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFLineAnnotation Class / getStartPoint Method
In This Topic
    getStartPoint Method
    In This Topic
    Gets the line's start point.
    Syntax
    public PDFPoint getStartPoint()

    Return Value

    A com.o2sol.pdf4java.graphics.PDFPoint object that specifies the start point of the line annotation.
    See Also